home *** CD-ROM | disk | FTP | other *** search
- # Generic Polyray input File
- # Polyray input file: Alexander Enzmann
-
- # Set up the camera
- viewpoint {
- from <0,10,-20>
- at <0,0,0>
- up <0,1,0>
- angle 45
- resolution 160, 160
- }
-
- background sky_blue
- light <-10,3, -20>
-
- include "colors.inc"
-
- object {
- sphere <0, 0, 0>, 5
- texture {
- radial 20, 0.7, 1, 0.2, shiny_red, shiny_green
- }
- }
-